home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / AT < prev    next >
Text File  |  1996-02-04  |  1KB  |  37 lines

  1.  
  2. at
  3.  
  4.      The 'at' command is used to provide automatic starting of other
  5. JNOS commands at predetermined times.
  6.  
  7.  
  8.     at
  9.  
  10.      This form displays each scheduled at command and its id number,
  11.      so that 'at kill n' can be used (see below).
  12.  
  13.  
  14.     at time <cmd>
  15.  
  16.      time  takes the form     yymmddhhmm
  17.                               hhmm
  18.                               mm
  19.                               now+hhmm
  20.      
  21.      <cmd> is any legal JNOS command.  Multiple word commands must be
  22.      enclosed in double quotes (" ").  Commands which invoke the DOS
  23.      shell must include '/c' or '!' as the first argument in order for
  24.      the shell to be exited and NOS to be re-entered automatically.
  25.      To automatically reissue the at command when the timer matures,
  26.      append a "+" character to the <cmd> string.
  27.           Example:  at 0130 "! cleanup+"
  28.           Example:  at now+0100 "ax25 flush+"
  29.           Example:  at 0600 "writeall \"Il est 6h00 GMT\"+"
  30.      
  31.      
  32.     at k <id_num> [<id_num>...]
  33.  
  34.      This form of the 'at' command kills jobs <id_num>...
  35.  
  36.  
  37.